All Questions
2 questions
0votes
1answer
40views
Any well documented algorithm/function for previously bought recommendation system
I'm working on a previously bought recommendation system for a project. The list I'm trying to sort is static and does not change over time. Assuming each user purchases different items at different ...
1vote
0answers
28views
What approach should I take to model forecasting problem in machine learning?
I have a dataset which contains 4000k rows and 6 columns. The goal is to predict travel time demand of a taxi. I have read many articles regarding how to approach the problem. So, every writer tell ...